Click or drag to resize

ServiceUpdateRule Method (IListRule, String, Boolean)

Updates inbox rules.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse UpdateRule(
	IList<Rule> rules,
	string smtpEmailAddress,
	bool removeOutlookRuleBlob
)

Parameters

rules
Type: System.Collections.GenericIListRule
The rules.
smtpEmailAddress
Type: SystemString
The SMTP email address.
removeOutlookRuleBlob
Type: SystemBoolean
if set to true [remove outlook rule BLOB].

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also